-
public interface CreateChannel
-
-
Method Summary
Modifier and Type Method Description abstract Call<Channel>invoke(Channel channel)Creates a new channel. -
-
Method Detail
-
invoke
abstract Call<Channel> invoke(Channel channel)
Creates a new channel. Will retry according to the retry policy if it fails
- Parameters:
channel- the channel object
-
-
-
-