Uses of Enum Class
io.fluxzero.sdk.tracking.ConsumerHandlingMode
Packages that use ConsumerHandlingMode
-
Uses of ConsumerHandlingMode in io.fluxzero.sdk.configuration
Methods in io.fluxzero.sdk.configuration with parameters of type ConsumerHandlingModeModifier and TypeMethodDescriptionDefaultFluxzero.Builder.configureDefaultConsumerHandlingMode(@NonNull ConsumerHandlingMode handlingMode) DefaultFluxzero.Builder.configureDefaultConsumerHandlingMode(@NonNull ConsumerHandlingMode handlingMode, MessageType... messageTypes) default FluxzeroBuilderFluxzeroBuilder.configureDefaultConsumerHandlingMode(ConsumerHandlingMode handlingMode) Configures the app-wide default handler execution mode for consumers whose own mode and message-type default consumer mode are bothConsumerHandlingMode.DEFAULT.default FluxzeroBuilderFluxzeroBuilder.configureDefaultConsumerHandlingMode(ConsumerHandlingMode handlingMode, MessageType... messageTypes) Configures the default handler execution mode for specific message types, or the whole app when no message types are supplied. -
Uses of ConsumerHandlingMode in io.fluxzero.sdk.tracking
Subclasses with type arguments of type ConsumerHandlingMode in io.fluxzero.sdk.trackingModifier and TypeClassDescriptionenumControls whether handlers for a consumer are invoked in the tracker thread or offloaded to a worker thread.Methods in io.fluxzero.sdk.tracking that return ConsumerHandlingModeModifier and TypeMethodDescriptionstatic ConsumerHandlingModeParses a user-facing handling mode value.static ConsumerHandlingModeReturns the enum constant of this class with the specified name.static ConsumerHandlingMode[]ConsumerHandlingMode.values()Returns an array containing the constants of this enum class, in the order they are declared.