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 Details

    • create

      DlqService create(EntrypointConnector connector)
      Create and return a DlqService that can be used for the specified connector. In any cases, it always returns a DlqService that can be safely used without checking for nullability..
      Parameters:
      connector - the entrypoint connector for which create a DlqService.
      Returns:
      the created DlqService.