Class SingleInstanceAmqpConnectionFactory

java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.rabbitconnection.SingleInstanceAmqpConnectionFactory
All Implemented Interfaces:
AmqpConnectionFactory

public class SingleInstanceAmqpConnectionFactory extends Object implements AmqpConnectionFactory
A AmqpConnectionFactory implementation which creates only one connection instance. All subsequent calls to newConnection() method return instance created by the first call.