com.r3corda.protocols / NotaryProtocol / Factory

Factory

interface Factory


Functions

create abstract fun create(otherSide: Party, sendSessionID: Long, receiveSessionID: Long, timestampChecker: TimestampChecker, uniquenessProvider: UniquenessProvider): Service

Inheritors

DefaultFactory object DefaultFactory : Factory