Interface InboundChannelConfigurationService

    • Method Detail

      • findInboundChannelConfigurationByIntegrationObject

        java.util.Optional<InboundChannelConfigurationModel> findInboundChannelConfigurationByIntegrationObject​(IntegrationObjectModel integrationObject)
        Searches inbound channel configuration by an integration object
        Parameters:
        integrationObject - an integration object, for which the inbound channel configuration associated with it should be searched IntegrationObjectModel
        Returns:
        an Optional containing of inbound channel configuration Optional<InboundChannelConfigurationModel> containing the inbound channel configuration corresponding to the provided integration object or an Optional.empty(), if the integration object is not associated with any inbound channel configuration.