Class StreamClosedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.integration.events.IntegrationEvent
org.springframework.integration.stream.event.StreamClosedEvent
org.springframework.integration.stream.StreamClosedEvent
All Implemented Interfaces:
Serializable

@Deprecated(forRemoval=true, since="7.0") public class StreamClosedEvent extends StreamClosedEvent
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of StreamClosedEvent
Application event published when EOF is detected on a stream.
Since:
5.0
See Also:
  • Field Summary

    Fields inherited from class org.springframework.integration.events.IntegrationEvent

    cause

    Fields inherited from class EventObject

    source
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Methods inherited from class org.springframework.integration.events.IntegrationEvent

    getCause, getSourceAsType, toString

    Methods inherited from class org.springframework.context.ApplicationEvent

    getTimestamp

    Methods inherited from class EventObject

    getSource

    Methods inherited from class Object

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

    • StreamClosedEvent

      public StreamClosedEvent(Object source)
      Deprecated, for removal: This API element is subject to removal in a future version.