インターフェース ConnectionFactory

    • メソッドの詳細

      • getPort

        int getPort()
      • getVirtualHost

        StringSE getVirtualHost()
      • removeConnectionListener

        boolean removeConnectionListener​(ConnectionListener listener)
      • clearConnectionListeners

        void clearConnectionListeners()
      • getPublisherConnectionFactory

        @Nullable
        default ConnectionFactory getPublisherConnectionFactory()
        パブリッシャー用に個別の接続ファクトリを返します (実装されている場合)。
        戻り値:
        パブリッシャー接続ファクトリ、または null。
        導入:
        2.0.2
      • isSimplePublisherConfirms

        default boolean isSimplePublisherConfirms()
        シンプルな発行者の確認が有効になっている場合は true を返します。
        戻り値:
        simplePublisherConfirms
        導入:
        2.1
      • isPublisherConfirms

        default boolean isPublisherConfirms()
        パブリッシャーの確認が有効になっている場合は true を返します。
        戻り値:
        publisherConfirms.
        導入:
        2.1
      • isPublisherReturns

        default boolean isPublisherReturns()
        パブリッシャーの return が有効になっている場合は true を返します。
        戻り値:
        publisherReturns.
        導入:
        2.1