Skip to content

Instantly share code, notes, and snippets.

@vhutov
Created March 4, 2018 16:18
Show Gist options
  • Save vhutov/dd62d9dcf81fdfa9f028519b809ffe5a to your computer and use it in GitHub Desktop.
Save vhutov/dd62d9dcf81fdfa9f028519b809ffe5a to your computer and use it in GitHub Desktop.
trait RequestActionBuilder[V <: Message] {
type PK <: ProtocolKey
def key: PK
def build(ctx: ScenarioContext, components: PK#Components): Producer[V]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment