___|  _ \   |  |    |   |_ _|\ \     / ____|
 |     |   |  |  |    |   |  |  \ \   /  __|
 |   | |   | ___ __|  ___ |  |   \ \ /   |
\____|\___/     _|   _|  _|___|   \_/   _____| 

 --- A GOPHER-LIKE INTERFACE FOR HIVE BLOCKCHAIN ---

SFEOS Game Pub/Sub Development Building Block

BY: @sfeos | CREATED: Feb. 10, 2018, 2:28 p.m. | VOTES: 10 | PAYOUT: $1.36 | [ VOTE ]

[IMAGE: https://res.cloudinary.com/hpiynhbhq/image/upload/v1518269286/qdbxmr5b8qwux93bt8ck.jpg]

New Feature: Developer Building Blocks

Summary of Its Use

services.AddMediatR(typeof(ScannerEventCompleted));
_mediator.Publish(new ScannerEventCompleted("Some result from the scan."));
public class NotificationService : NotificationHandler
{
    protected override void HandleCore(ScannerEventCompleted message)
    {
        // do anything that needs done after the event happened.
    }
}

Posted on Utopian.io - Rewarding Open Source Contributors

TAGS: [ #utopian-io ] [ #sfeos ] [ #mediatr ] [ #sub-pub ]

Replies

@helo | Feb. 12, 2018, 11:18 p.m. | Votes: 0 | [ VOTE ]

Your contribution cannot be approved because it is not as informative as other contributions. See the Utopian Rules. Contributions need to be informative and descriptive in order to help readers and developers understand them.

There must be more than just the default files in your repo for a contribution to be valid and worth the reward.

I like the project idea, please do not submit a post before there is something substantial to contribute.

You can contact us on Discord.
[utopian-moderator]

@sfeos | Feb. 13, 2018, 1:42 a.m. | Votes: 1 | [ VOTE ]

Thank you for the info and I'll wait to do more contributions when we have more to show. Thanks again...

[ BACK TO TRENDING ] [ BACK TO MENU ]
CMD>