Class InMemoryChannels

java.lang.Object
de.otto.synapse.channel.InMemoryChannels

public class InMemoryChannels
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    InMemoryChannels​(de.otto.synapse.endpoint.MessageInterceptorRegistry interceptorRegistry, org.springframework.context.ApplicationEventPublisher eventPublisher)  
  • Method Summary

    Modifier and Type Method Description
    InMemoryChannel getChannel​(java.lang.String channelName)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InMemoryChannels

      public InMemoryChannels​(de.otto.synapse.endpoint.MessageInterceptorRegistry interceptorRegistry, org.springframework.context.ApplicationEventPublisher eventPublisher)
  • Method Details