Package org.axonframework.config
Interface SubscribableMessageSourceDefinition<M extends Message<?>>
- Type Parameters:
M-Messagetype of the subscribable message source.
- All Known Implementing Classes:
PersistentStreamMessageSourceDefinition
public interface SubscribableMessageSourceDefinition<M extends Message<?>>
Definition for a
SubscribableMessageSource.- Since:
- 4.10.0
- Author:
- Marc Gathier
-
Method Summary
Modifier and TypeMethodDescriptioncreate(Configuration configuration) Creates aSubscribableMessageSourcebased on this definition and the provided configuration.
-
Method Details
-
create
Creates aSubscribableMessageSourcebased on this definition and the provided configuration.- Parameters:
configuration- The AxonConfigurationto base theSubscribableMessageSourceon.- Returns:
- A
SubscribableMessageSourcebased on this definition and the provided configuration.
-