Spring Integration

Package org.springframework.integration.gemfire.inbound

Provides classes supporting inbound endpoints.

See:
          Description

Class Summary
CacheListeningMessageProducer An inbound endpoint that listens to a GemFire region for events and then publishes Messages to a channel.
ContinuousQueryMessageProducer Responds to a Gemfire continuous query (set using the #query field) that is constantly evaluated against a cache Region.
 

Enum Summary
CqEventType Enumeration of GemFire Continuous Query Event Types
EventType Enumeration of GemFire event types.
 

Package org.springframework.integration.gemfire.inbound Description

Provides classes supporting inbound endpoints.


Spring Integration