Hmm...we might be in danger of talking semantics, but I'll give it a go!
Microservices are an approach that brings with it benefits and downsides. This means it isn't right in all circumstances, and only warrants use where the benefits outweigh the disadvantages. To give you an idea of how I go about making these judgement calls, I
wrote up one such assessment recently.
Any architectural approach or decision should be rooted in the notion that it is there for a purpose, to solve a problem or create opportunity.
I think the distinction you are looking for may not be clear cut. For example I might implement a microservice as an actor in a larger-scoped visitor or competing consumer pattern implementation, but equally I may have such a pattern implemented inside a single microservice boundary.
Not sure if this is any clearer!