M - Message type of the subscribable message source.public interface SubscribableMessageSourceDefinition<M extends org.axonframework.messaging.Message<?>>
SubscribableMessageSource.| Modifier and Type | Method and Description |
|---|---|
org.axonframework.messaging.SubscribableMessageSource<M> |
create(Configuration configuration)
Creates a
SubscribableMessageSource based on this definition and the provided configuration. |
org.axonframework.messaging.SubscribableMessageSource<M> create(Configuration configuration)
SubscribableMessageSource based on this definition and the provided configuration.configuration - The Axon Configuration to base the SubscribableMessageSource on.SubscribableMessageSource based on this definition and the provided configuration.Copyright © 2010–2024. All rights reserved.