Interface CauseHandler

    • Method Detail

      • configure

        default void configure​(io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties config)
      • isSupported

        boolean isSupported​(@NonNull
                            Cause cause)
      • getStructuredDescription

        @NonNull
        default String getStructuredDescription​(@NonNull
                                                Cause cause)
        Machine-readable description of the cause like "UserIdCause:anonymous"...
      • ordinal

        default int ordinal()
        Returns:
        the ordinal of this handler to execute step handlers in predictable order. The smallest ordinal is executed first.