Class ScheduleClientOptions


  • public final class ScheduleClientOptions
    extends java.lang.Object
    Options for ScheduleClient configuration.
    • Method Detail

      • getNamespace

        public java.lang.String getNamespace()
        Get the namespace this client will operate on.
        Returns:
        Client namespace
      • getDataConverter

        public DataConverter getDataConverter()
        Get the data converters of this client
        Returns:
        The list of data converters to use with the client.
      • getIdentity

        public java.lang.String getIdentity()
        Get the human-readable identity of the client.
        Returns:
        The identity of the client used on some requests.
      • getContextPropagators

        public java.util.List<ContextPropagator> getContextPropagators()
        Get the context propagators of this client
        Returns:
        The list of context propagators to use with the client.