Interface SubscribableEventSourceDefinition
- Type Parameters:
M-Messagetype of the subscribable message source.
public interface SubscribableEventSourceDefinition
Definition for a
SubscribableEventSource.- Since:
- 4.10.0
- Author:
- Marc Gathier
-
Method Summary
Modifier and TypeMethodDescriptioncreate(Configuration configuration) Creates aSubscribableEventSourcebased on this definition and the provided configuration.
-
Method Details
-
create
Creates aSubscribableEventSourcebased on this definition and the provided configuration.- Parameters:
configuration- The AxonConfigurationto base theSubscribableEventSourceon.- Returns:
- A
SubscribableEventSourcebased on this definition and the provided configuration.
-