Uses of Interface
org.drasyl.util.DrasylFunction
Packages that use DrasylFunction
Package
Description
Connects to super peer and other peers.
-
Uses of DrasylFunction in org.drasyl.peer.connection.client
Constructors in org.drasyl.peer.connection.client with parameters of type DrasylFunctionModifierConstructorDescriptionprotected
SuperPeerClient
(DrasylConfig config, io.netty.channel.EventLoopGroup workerGroup, BooleanSupplier doNewConnectionsSupplier, DrasylFunction<Endpoint, io.netty.bootstrap.Bootstrap, ClientException> bootstrapSupplier) -
Uses of DrasylFunction in org.drasyl.plugin.groups.manager.database
Methods in org.drasyl.plugin.groups.manager.database with parameters of type DrasylFunctionModifier and TypeMethodDescriptionstatic void
DatabaseAdapterManager.addAdapter
(String scheme, DrasylFunction<URI, DatabaseAdapter, DatabaseException> adapter)