Package com.exasol.udfdebugging
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 exposes a local service (socket) into the Exasol database.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.exasol.exasoltestsetup.ServiceAddressexposeLocalServiceToDatabase(int port)Get the address for the network scope inside of the Exasol database for a given local service.
-