Interface DlqServiceFactory
public interface DlqServiceFactory
Factory allowing to instantiate a
DlqService for the specified EntrypointConnector.- Author:
- Jeoffrey HAEYAERT (jeoffrey.haeyaert at graviteesource.com), GraviteeSource Team
-
Method Summary
Modifier and TypeMethodDescriptioncreate(EntrypointConnector connector) Create and return aDlqServicethat can be used for the specified connector.
-
Method Details
-
create
Create and return aDlqServicethat can be used for the specified connector. In any cases, it always returns aDlqServicethat can be safely used without checking for nullability..- Parameters:
connector- the entrypoint connector for which create aDlqService.- Returns:
- the created
DlqService.
-