Package io.vertx.core.eventbus
Class AddressHelper
- java.lang.Object
-
- io.vertx.core.eventbus.AddressHelper
-
public class AddressHelper extends Object
Utility for clustered eventbus address.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
defaultAddress()
Pick a default address for clustered event bus when none was provided by either the user or the cluster manager.
-
-
-
Method Detail
-
defaultAddress
public static String defaultAddress()
Pick a default address for clustered event bus when none was provided by either the user or the cluster manager.
-
-