Interface MQConnectionDetails

All Superinterfaces:
org.springframework.boot.autoconfigure.service.connection.ConnectionDetails

public interface MQConnectionDetails extends org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
  • Method Details

    • getConnName

      String getConnName()
    • getQueueManager

      String getQueueManager()
    • getChannel

      String getChannel()
    • getUser

      String getUser()
    • getPassword

      String getPassword()