tuweni / org.apache.tuweni.scuttlebutt.lib / ScuttlebuttClient

ScuttlebuttClient

open class ScuttlebuttClient (source)

A client for making requests to a scuttlebutt instance with. This is the entry point for accessing service classes which perform operations related to different logical areas. Should be constructed using the ScuttlebuttClientFactory factory class.

Functions

getFeedService

open fun getFeedService(): FeedService

A service for operations that concern scuttlebutt feeds.

getNetworkService

open fun getNetworkService(): NetworkService

A service for operations that connect nodes together.

getSocialService

open fun getSocialService(): SocialService

A service for operations concerning social connections and updating the instance's profile

rawRequestService

open fun rawRequestService(): RawRequestService

A service for making lower level requests that are not supported by higher level services.