Skip to content
This repository was archived by the owner on Sep 1, 2021. It is now read-only.
This repository was archived by the owner on Sep 1, 2021. It is now read-only.

Add IServer Interface #14

@ryanolson

Description

@ryanolson

Create an IServer interface which is a friend to the IExecutor interface.

This will allow us to protect the currently public methods and only expose those methods Server objects.

    virtual void Initialize(::grpc::ServerBuilder &) = 0;
    virtual void Run() = 0;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions