Interface LocalServiceExposer
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface LocalServiceExposer
Implementors of this interface expose a local service (socket) into the Exasol database.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InetSocketAddressexposeLocalServiceToDatabase(int port)Get the address for the network scope inside of the Exasol database for a given local service.
-
-
-
Method Detail
-
exposeLocalServiceToDatabase
InetSocketAddress exposeLocalServiceToDatabase(int port)
Get the address for the network scope inside of the Exasol database for a given local service.- Parameters:
port- port number- Returns:
- proxy
-
-