Klasse IntegrationServer

java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.IntegrationServer

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class IntegrationServer extends Object
IntegrationServer
  • Felddetails

    • adapterRuntime

      protected String adapterRuntime
    • clustering

      protected String clustering
    • concurrentSessions

      protected String concurrentSessions
    • distributedCache

      protected String distributedCache
    • enterpriseGateway

      protected String enterpriseGateway
    • guaranteedDelivery

      protected String guaranteedDelivery
    • productCode

      protected String productCode
    • productVersion

      protected String productVersion
    • publishSubscribe

      protected String publishSubscribe
    • remoteInvoke

      protected String remoteInvoke
    • securityAuditing

      protected String securityAuditing
  • Konstruktordetails

    • IntegrationServer

      public IntegrationServer(Consumer<IntegrationServer> spec)
      Constructs a validated instance of IntegrationServer.
      Parameter:
      spec - the specification to process
    • IntegrationServer

      @Internal public IntegrationServer(String adapterRuntime, String clustering, String concurrentSessions, String distributedCache, String enterpriseGateway, String guaranteedDelivery, String productCode, String productVersion, String publishSubscribe, String remoteInvoke, String securityAuditing)
      Constructs a validated instance of IntegrationServer.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using IntegrationServer(Consumer) instead.

      Parameter:
      adapterRuntime - adapterRuntime
      clustering - clustering
      concurrentSessions - concurrentSessions
      distributedCache - distributedCache
      enterpriseGateway - enterpriseGateway
      guaranteedDelivery - guaranteedDelivery
      productCode - productCode
      productVersion - productVersion
      publishSubscribe - publishSubscribe
      remoteInvoke - remoteInvoke
      securityAuditing - securityAuditing
    • IntegrationServer

      protected IntegrationServer()
  • Methodendetails