Interface EventProcessingConfigurer.SubscribableMessageSourceDefinitionBuilder

Enclosing interface:
EventProcessingConfigurer
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface EventProcessingConfigurer.SubscribableMessageSourceDefinitionBuilder
Contract which define how to build SubscribableMessageSourceDefinition
  • Method Details

    • build

      Creates a SubscribableMessageSourceDefinition for the given processingGroupName.
      Parameters:
      processingGroupName - The name of processing group for which definition is about to be created.
      Returns:
      A SubscribableMessageSourceDefinition for the given processingGroupName.