Interface DomibusConnectorClientStorage

  • All Known Subinterfaces:
    DomibusConnectorClientFSStorage
    All Known Implementing Classes:
    DomibusConnectorClientFSStorageImpl

    public interface DomibusConnectorClientStorage
    Interface defining the operations the client requires for handling a storage. Must be implemented if a custom storage implementation should be used by the client. By default the client offers a filesystem based storage solution with the domibusConnectorClientFSStorage module.
    Author:
    riederb