public static final class Endpoint.Factory extends Object
ConnectorHandler
and endpoint address.Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
static <E> Endpoint<E> |
create(E targetAddress,
ConnectorHandler<E> connectorHandler) |
static <E> Endpoint<E> |
create(E targetAddress,
E localAddress,
ConnectorHandler<E> connectorHandler) |
static <E> Endpoint<E> |
create(Object id,
E targetAddress,
E localAddress,
ConnectorHandler<E> connectorHandler) |
public static <E> Endpoint<E> create(E targetAddress, ConnectorHandler<E> connectorHandler)
public static <E> Endpoint<E> create(E targetAddress, E localAddress, ConnectorHandler<E> connectorHandler)
public static <E> Endpoint<E> create(Object id, E targetAddress, E localAddress, ConnectorHandler<E> connectorHandler)
Copyright © 2022 Oracle Corporation. All rights reserved.