Uses of Class
org.citrusframework.endpoint.direct.DirectSyncEndpointConfiguration
Packages that use DirectSyncEndpointConfiguration
-
Uses of DirectSyncEndpointConfiguration in org.citrusframework.endpoint.direct
Methods in org.citrusframework.endpoint.direct that return DirectSyncEndpointConfigurationModifier and TypeMethodDescriptionDirectEndpointAdapter.getEndpointConfiguration()DirectSyncEndpoint.getEndpointConfiguration()Constructors in org.citrusframework.endpoint.direct with parameters of type DirectSyncEndpointConfigurationModifierConstructorDescriptionDirectEndpointAdapter(DirectSyncEndpointConfiguration endpointConfiguration) Default constructor using endpoint configuration.DirectSyncConsumer(String name, DirectSyncEndpointConfiguration endpointConfiguration) Default constructor using emdpoint configuration.DirectSyncEndpoint(DirectSyncEndpointConfiguration endpointConfiguration) Constructor using endpoint configuration.DirectSyncProducer(String name, DirectSyncEndpointConfiguration endpointConfiguration) Default constructor using endpoint configuration.