Uses of Class
de.quantummaid.eventmaid.channel.action.Consume
-
Packages that use Consume Package Description de.quantummaid.eventmaid.channel.action -
-
Uses of Consume in de.quantummaid.eventmaid.channel.action
Methods in de.quantummaid.eventmaid.channel.action that return Consume Modifier and Type Method Description static <T> Consume<T>Consume. consumeMessage(Consumer<ProcessingContext<T>> consumer)Factory method for creating a newConsumeActionfor a consumer acceptingProcessingContext.static <T> Consume<T>Consume. consumePayload(Consumer<T> consumer)Factory method for creating a newConsumeActionfor a consumer acceptingProcessingContext.Methods in de.quantummaid.eventmaid.channel.action with parameters of type Consume Modifier and Type Method Description voidConsumerActionHandler. handle(Consume<T> consume, ProcessingContext<T> processingContext)Will call theConsumeAction'sconsumer.
-