public abstract class EndpointSpec<S extends EndpointSpec<S,F,H>,F extends org.springframework.beans.factory.BeanNameAware,H> extends IntegrationComponentSpec<S,Tuple2<F,H>>
IntegrationComponentSpec for endpoints.id, logger, PARSER, target| Modifier | Constructor and Description |
|---|---|
protected |
EndpointSpec(H handler) |
| Modifier and Type | Method and Description |
|---|---|
abstract S |
autoStartup(boolean autoStartup) |
protected Tuple2<F,H> |
doGet() |
S |
id(java.lang.String id)
Configure the component identifier.
|
abstract S |
phase(int phase) |
S |
poller(Function<PollerFactory,PollerSpec> pollers) |
abstract S |
poller(org.springframework.integration.scheduling.PollerMetadata pollerMetadata) |
S |
poller(PollerSpec pollerMetadataSpec) |
_this, get, getIdprotected EndpointSpec(H handler)
public S id(java.lang.String id)
IntegrationComponentSpecbeanName to register the
bean in the application context for this component.id in class IntegrationComponentSpec<S extends EndpointSpec<S,F,H>,Tuple2<F extends org.springframework.beans.factory.BeanNameAware,H>>id - the id.public abstract S phase(int phase)
phase - the phase.SmartLifecyclepublic abstract S autoStartup(boolean autoStartup)
autoStartup - the autoStartup.SmartLifecyclepublic abstract S poller(org.springframework.integration.scheduling.PollerMetadata pollerMetadata)
pollerMetadata - the pollerMetadataAbstractPollingEndpointpublic S poller(Function<PollerFactory,PollerSpec> pollers)
pollers - the pollersAbstractPollingEndpoint,
PollerFactorypublic S poller(PollerSpec pollerMetadataSpec)
pollerMetadataSpec - the pollerMetadataSpecAbstractPollingEndpoint,
PollerSpec