@@ -73,36 +73,5 @@ public interface IProtocol
73
73
/// Retrieve the protocol's revision (if specified).
74
74
/// </summary>
75
75
int Revision { get ; }
76
-
77
- /// <summary>
78
- /// Construct a connection from a given set of parameters,
79
- /// a frame handler, and no automatic recovery.
80
- /// The "insist" parameter is passed on to the AMQP connection.open method.
81
- /// </summary>
82
- IConnection CreateConnection ( IConnectionFactory factory , bool insist , IFrameHandler frameHandler ) ;
83
-
84
- /// <summary>
85
- /// Construct a connection from a given set of parameters,
86
- /// a frame handler, and automatic recovery settings.
87
- /// </summary>
88
- IConnection CreateConnection ( ConnectionFactory factory , IFrameHandler frameHandler , bool automaticRecoveryEnabled ) ;
89
-
90
- /// <summary>
91
- /// Construct a connection from a given set of parameters,
92
- /// a frame handler, a client-provided name, and no automatic recovery.
93
- /// The "insist" parameter is passed on to the AMQP connection.open method.
94
- /// </summary>
95
- IConnection CreateConnection ( IConnectionFactory factory , bool insist , IFrameHandler frameHandler , string clientProvidedName ) ;
96
-
97
- /// <summary>
98
- /// Construct a connection from a given set of parameters,
99
- /// a frame handler, a client-provided name, and automatic recovery settings.
100
- /// </summary>
101
- IConnection CreateConnection ( ConnectionFactory factory , IFrameHandler frameHandler , bool automaticRecoveryEnabled , string clientProvidedName ) ;
102
-
103
- /// <summary>
104
- /// Construct a protocol model atop a given session.
105
- /// </summary>
106
- IModel CreateModel ( ISession session ) ;
107
76
}
108
77
}
0 commit comments