Package org.apache.camel.spi
Interface EndpointServiceRegistry
- All Superinterfaces:
AutoCloseable,Service,StaticService
Registry for
EndpointServiceLocation to make it easy to find information about usage of external services
such as databases, message brokers, cloud systems, that Camel is connecting to.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDetails about the endpoint service -
Method Summary
Modifier and TypeMethodDescriptionList all endpoint services from this registry.intsize()Number of endpoint services in the registry.
-
Method Details
-
listAllEndpointServices
List<EndpointServiceRegistry.EndpointService> listAllEndpointServices()List all endpoint services from this registry. -
size
int size()Number of endpoint services in the registry.
-