{
        match: func(obj interface{}) bool {
            _, valid := obj.(func(moleculer.Payload))
            return valid
        },