/
PermissioningService

PermissioningService

public interface PermissioningService
extends BesuService

This service allows plugins to decide who you should connect to and what you should send them.

Currently, there are two hooks available; connection permissioning and message permissioning.


Method Summary

Modifier and TypeMethodDescription
voidregisterNodeMessagePermissioningProvider​(NodeMessagePermissioningProvider provider)

Registers a callback to allow the interception of a devp2p message sending request

voidregisterNodePermissioningProvider​(NodeConnectionPermissioningProvider provider)

Registers a callback to allow the interception of a peer connection request


Method Details

Related content

PrivacyPluginService
PrivacyPluginService
More like this
RPC Endpoint Service
RPC Endpoint Service
More like this
Plugin Services
Plugin Services
More like this
BesuContext
BesuContext
More like this
Chat Channel Mapping
Chat Channel Mapping
More like this
DRAFT - Pico CLI Plugin Integration
DRAFT - Pico CLI Plugin Integration
More like this