Class BindingCreatedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.cloud.stream.binder.BindingCreatedEvent
All Implemented Interfaces:
Serializable

public class BindingCreatedEvent extends org.springframework.context.ApplicationEvent
ApplicationEvent fired whenever the the Binding is created.
Since:
2.0 #see AbstractMessageChannelBinder
Author:
Oleg Zhurakousky
See Also:
  • Constructor Details

    • BindingCreatedEvent

      public BindingCreatedEvent(Binding<?> source)