public interface EventSourceBuilder
instances.| Modifier and Type | Method and Description |
|---|---|
EventSource |
buildEventSource(java.lang.String name,
java.lang.String channelName)
Should build an event source for a given stream name.
|
EventSource buildEventSource(java.lang.String name, java.lang.String channelName)
name - A name taken from the EnableEventSource annotation and used to connect event sources and
consumers.channelName - The name of the stream.