Interface DittoTransportConfig.Builder.UpdatePeerToPeerConfig
- Enclosing class:
DittoTransportConfig.Builder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for configuring peer-to-peer transports.
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(@NonNull DittoPeerToPeer.Builder peerToPeer) Updates the peer-to-peer configuration.
-
Method Details
-
update
Updates the peer-to-peer configuration.- Parameters:
peerToPeer- theDittoPeerToPeer.Builderto configure.
-