|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.dispatcher.PollingDispatcher
org.springframework.integration.endpoint.EndpointTrigger
public class EndpointTrigger
A PollingDispatcher
implementation that sends a message
to trigger endpoint polling.
Nested Class Summary | |
---|---|
private static class |
EndpointTrigger.EndpointPollerMessageSource
|
Constructor Summary | |
---|---|
EndpointTrigger(long interval)
Create an endpoint trigger. |
|
EndpointTrigger(Schedule schedule)
Create an endpoint trigger with the specified Schedule . |
Method Summary |
---|
Methods inherited from class org.springframework.integration.dispatcher.PollingDispatcher |
---|
addTarget, getSchedule, removeTarget, run, setMaxMessagesPerTask, setReceiveTimeout, setSendTimeout |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EndpointTrigger(Schedule schedule)
Schedule
.
public EndpointTrigger(long interval)
PollingSchedule
will be
created with the specified interval.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |