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 interface
Details about the endpoint service -
Method Summary
Modifier and TypeMethodDescriptionList all endpoint services from this registry.int
size()
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.
-